home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / git-4.3 / git-4 / git-4.3.11 / term / .gitrc.generic < prev    next >
Encoding:
Text File  |  1996-06-06  |  7.2 KB  |  282 lines

  1.  
  2. ###############################################################################
  3. ###                                        ###
  4. ###            GNU Interactive Tools 4.3.11 configuration file            ###
  5. ###   Copyright (c) 1993, 1994, 1995, 1996 Free Software Foundation, Inc.   ###
  6. ###                                        ###
  7. ###############################################################################
  8.  
  9.  
  10. ###
  11. ### Generic configuration file.
  12. ###
  13.  
  14.  
  15. ###
  16. ### If your terminal supports the standard ANSI color sequences, set
  17. ### AnsiColors to ON ([GITxxx-Color] descriptions will be used).  If
  18. ### it doesn't, AnsiColors should be OFF ([GITxxx-Monochrome]
  19. ### descriptions will be used instead).
  20. ###
  21.  
  22.  
  23. [Setup]
  24. TempDirectory        = /tmp
  25. AnsiColors        = OFF    # empty means OFF
  26. UseLastScreenChar    = OFF    # use the last character on the screen
  27. StartupScrollStep    =    # empty means half the number of lines
  28.  
  29.  
  30. ###
  31. ### WARNING: empty lines or lines begining with a comment are considered to
  32. ### be end of sections !!!
  33. ###
  34.  
  35. [GIT-Setup]
  36. StartupFileDisplayMode    = Size    # OwnerGroup, DateTime, Size, Mode or FullName
  37. StartupFileSortMethod    = Name    # Name, Extension, Size, Date, Mode, OwnerId, GroupId, OwnerName or GroupName
  38. ConfirmOnExit        =    # empty means OFF
  39. HistoryFile        = ~/.githistory
  40. InfoDisplay        = ON
  41. LeadingDotMatch        = ON    # OFF means that leading '.' is matched only explicitly
  42. TypeSensitivity        = ON    # Automatically set to OFF when AnsiColors is OFF
  43. NormalModeHelp        = F3 View  F4 Edit  F5 Copy  F6 Move  F7 MkDir  F8 Del  F10 Exit ^CH Ln ^CS SymLn
  44. CommandLineModeHelp    = ^G-STOP ^B/^F-MOVE ^P/^N-HISTORY ^A-BOL ^E-EOL ^O-RESTORE ^X^C-EXIT ^Z-SUSPEND
  45. #NormalModeHelp        = System: \s   Host: \h   Machine: \m   Date: \d
  46. #CommandLineModeHelp    = System: \s   Host: \h   Machine: \m   Date: \d
  47.  
  48.  
  49. [GITPS-Setup]
  50. GitPsModeHelp        = Arrows-MOVE  space-SIGNALS  ^L-REFRESH  ^G/^X^C/F10-QUIT  ^Xk-KILL
  51.  
  52.  
  53. [GITVIEW-Setup]
  54. GitViewModeHelp        = Arrows/PgUp/PgDown/Home/End-MOVE ^L-REFRESH ^G/^X^C/F10-QUIT 0-9/a-f/A-F-OFFSET
  55.  
  56.  
  57. ###
  58. ### To ignore a section just comment its name
  59. ###
  60.  
  61. [GIT-FTI]
  62.  
  63.  
  64. ######################################
  65. ### Generic tty with color monitor ###
  66. ######################################
  67.  
  68.  
  69. [GIT-Color]
  70. TitleForeground            = CYAN
  71. TitleBackground            = BLUE
  72. TitleBrightness            = ON
  73. UserName            = YELLOW
  74. TtyName                = YELLOW
  75. PanelFrame             = WHITE
  76. PanelBackground            = BLUE
  77. PanelSelectedFile        = YELLOW
  78. PanelSelectedFileBrightness    = ON
  79. PanelNotSelectedFile        = WHITE
  80. PanelNotSelectedFileBrightness    = ON
  81. PanelCurrentSelectedFile    = YELLOW
  82. PanelCurrentNotSelectedFile    = WHITE
  83. PanelCurrentFile        = CYAN
  84. PanelPath            = RED
  85. PanelPathBrightness        = OFF
  86. PanelDeviceFreeSpace        = RED
  87. PanelDeviceFreeSpaceBrightness    = OFF
  88. PanelFileInfo            = RED
  89. PanelFileInfoBrightness        = OFF
  90. PanelFilesInfo            = BLACK
  91. PanelFilesInfoBrightness    = OFF
  92. InputLineForeground        = WHITE
  93. InputLineBackground        = BLACK
  94. InputLineBrightness        = ON
  95. InputLineErrorForeground    = WHITE
  96. InputLineErrorBackground    = RED
  97. InputLineErrorBrightness    = ON
  98. StatusBarForeground        = BLACK
  99. StatusBarBackground        = CYAN
  100. StatusBarBrightness        = OFF
  101. StatusBarWarningForeground    = BLACK
  102. StatusBarWarningBackground    = WHITE
  103. StatusBarWarningBrightness    = OFF
  104. StatusBarErrorForeground    = WHITE
  105. StatusBarErrorBackground    = RED
  106. StatusBarErrorBrightness    = ON
  107.  
  108.  
  109. [GITPS-Color]
  110. TitleForeground            = CYAN
  111. TitleBackground            = BLUE
  112. TitleBrightness            = ON
  113. HeaderForeground        = CYAN
  114. HeaderBackground        = RED
  115. HeaderBrightness        = ON
  116. ScreenForeground        = BLACK
  117. ScreenBackground        = CYAN
  118. ScreenBrightness        = OFF
  119. StatusForeground        = CYAN
  120. StatusBackground        = BLUE
  121. StatusBrightness        = ON
  122.  
  123.  
  124. [GITVIEW-Color]
  125. TitleForeground            = CYAN
  126. TitleBackground            = BLUE
  127. TitleBrightness            = ON
  128. HeaderForeground        = CYAN
  129. HeaderBackground        = RED
  130. HeaderBrightness        = ON
  131. ScreenForeground        = BLACK
  132. ScreenBackground        = CYAN
  133. ScreenBrightness        = OFF
  134. StatusForeground        = CYAN
  135. StatusBackground        = BLUE
  136. StatusBrightness        = ON
  137.  
  138.  
  139. ######################################################
  140. ### Generic tty with monochrome monitor or b/w tty ###
  141. ######################################################
  142.  
  143.  
  144. [GIT-Monochrome]
  145. TitleForeground            = WHITE
  146. TitleBackground            = BLACK
  147. TitleBrightness            = ON
  148. UserName            = WHITE
  149. TtyName                = WHITE
  150. PanelFrame             = WHITE
  151. PanelBackground         = BLACK
  152. PanelSelectedFile         = WHITE
  153. PanelSelectedFileBrightness    = ON
  154. PanelNotSelectedFile        = WHITE
  155. PanelNotSelectedFileBrightness    = OFF
  156. PanelCurrentSelectedFile    = WHITE
  157. PanelCurrentNotSelectedFile    = BLACK
  158. PanelCurrentFile        = WHITE
  159. PanelPath             = BLACK
  160. PanelPathBrightness         = OFF
  161. PanelDeviceFreeSpace            = BLACK
  162. PanelDeviceFreeSpaceBrightness    = OFF
  163. PanelFileInfo             = BLACK
  164. PanelFileInfoBrightness     = OFF
  165. PanelFilesInfo            = BLACK
  166. PanelFilesInfoBrightness    = OFF
  167. InputLineForeground        = WHITE
  168. InputLineBackground        = BLACK
  169. InputLineBrightness        = ON
  170. InputLineErrorForeground    = WHITE
  171. InputLineErrorBackground    = BLACK
  172. InputLineErrorBrightness    = ON
  173. StatusBarForeground         = BLACK
  174. StatusBarBackground         = WHITE
  175. StatusBarBrightness         = OFF
  176. StatusBarWarningForeground     = BLACK
  177. StatusBarWarningBackground     = WHITE
  178. StatusBarWarningBrightness     = OFF
  179. StatusBarErrorForeground     = BLACK
  180. StatusBarErrorBackground     = WHITE
  181. StatusBarErrorBrightness     = OFF
  182.  
  183.  
  184. [GITPS-Monochrome]
  185. TitleForeground            = BLACK
  186. TitleBackground            = WHITE
  187. TitleBrightness            = OFF
  188. HeaderForeground        = WHITE
  189. HeaderBackground        = BLACK
  190. HeaderBrightness        = ON
  191. ScreenForeground        = WHITE
  192. ScreenBackground        = BLACK
  193. ScreenBrightness        = OFF
  194. StatusForeground        = BLACK
  195. StatusBackground        = WHITE
  196. StatusBrightness        = OFF
  197.  
  198.  
  199. [GITVIEW-Monochrome]
  200. TitleForeground            = BLACK
  201. TitleBackground            = WHITE
  202. TitleBrightness            = OFF
  203. HeaderForeground        = WHITE
  204. HeaderBackground        = BLACK
  205. HeaderBrightness        = ON
  206. ScreenForeground        = WHITE
  207. ScreenBackground        = BLACK
  208. ScreenBrightness        = OFF
  209. StatusForeground        = BLACK
  210. StatusBackground        = WHITE
  211. StatusBrightness        = OFF
  212.  
  213.  
  214. ###
  215. ### COMMAND FORMAT:
  216. ### key = command name; formatted command; new dir; save screen; pause; hide
  217. ###
  218. ### DEFAULTS:
  219. ### save screen = y
  220. ### pause       = n
  221. ### hide        = n
  222. ###
  223. ### PLEASE READ THE INFO DOCUMENTATION FOR DETAILS
  224. ### BRIEF:
  225. ###
  226. ###     FORMAT SPECIFIERS:
  227. ###     - %s{question,default_answer}
  228. ###    - %?{confirmation}
  229. ###
  230. ###     - %f file (not directory)
  231. ###     - %d directory (not file)
  232. ###     - %l symbolic link
  233. ###    - %t fifo
  234. ###    - %z socket
  235. ###     - %a all kind of directory entry (file, directory, link, fifo, socket)
  236. ###     - %m current file mode
  237. ###     - %g current file group
  238. ###     - %o current file owner
  239. ###    - %p current panel path
  240. ###    - %b current panel directory name
  241. ###    - %i current panel selected (if any) or current file
  242. ###
  243. ###     **** For the other panel: *****
  244. ###
  245. ###     - %F file (not directory)
  246. ###    - %D directory (not file)
  247. ###     - %L symbolic link
  248. ###    - %T fifo
  249. ###    - %Z socket
  250. ###     - %A all kind of directory entry (file, directory, link, fifo, socket)
  251. ###     - %M current file mode
  252. ###     - %G current file group
  253. ###     - %O current file owner
  254. ###    - %P the other panel path
  255. ###    - %B the other panel directory name
  256. ###    - %I the other panel selected (if any) or current file
  257. ###
  258. ### For faster startup, try to keep this entries sorted alphabetically,
  259. ### at least locally.  The order is given by the key sequence.
  260. ###
  261.  
  262.  
  263. ###
  264. ### Key sequences starting with characters between ' ' and '~' are IGNORED !
  265. ###
  266.  
  267. [GIT-Keys]
  268.  
  269.  
  270. ###
  271. ### Key sequences starting with characters between ' ' and '~' are ALLOWED.
  272. ###
  273.  
  274. [GITPS-Keys]
  275.  
  276.  
  277. ###
  278. ### Key sequences starting with characters between ' ' and '~' are IGNORED !
  279. ###
  280.  
  281. [GITVIEW-Keys]
  282.